inherited FileFormatGeneralFrame: TFileFormatGeneralFrame Caption = 'General' object MaskLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = 'Mask:' FocusControl = MaskEdit end object DescriptionLbl: TUiLabel Left = 8 Top = 288 Height = 13 Caption = 'Description:' FocusControl = DescriptionEdit end object MaskEdit: TUiEdit Left = 8 Top = 24 Width = 401 Height = 21 TabOrder = 0 OnChange = SomethingChangedClick end object DescriptionEdit: TUiMemo Left = 8 Top = 304 Width = 401 Height = 65 ScrollBars = ssVertical TabOrder = 1 OnChange = SomethingChangedClick end end